home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #4 / Software USA Volume 4.04.iso / mac / Home and Office / Add⁄Strip / Utilities ƒ / TEXT File Snipper Docs < prev   
Encoding:
Text File  |  1997-02-02  |  2.2 KB  |  22 lines  |  [ttro/ttxt]

  1. * TEXT File Snipper Docs 1.0.1 © 1996-97 by Jon Wind is freeware
  2. * This file MUST accompany TEXT File Snipper
  3. * TEXT File Snipper must accompany Add/Strip
  4.  
  5.  
  6.  
  7. Description:
  8. ------------------------------------
  9.  
  10. This quick and dirty program snips large TEXT files into a series of smaller files.  Snip criteria can be based on a character count or a recurring character sequence.
  11.  
  12. Drag and drop TEXT files onto the application’s icon or choose the “Select a TEXT File…” menu item.  Hold down the option key when choosing the “Select a TEXT File…” menu item to pick any file.  If the option key isn’t pressed, only TEXT files will be shown.
  13.  
  14. After a file is selected, the snip criteria can be specified.  Click the “Count…” button to test the current criteria; the number of file segments generated by the given criteria will be calculated and displayed.
  15.  
  16. Output file segments are automatically named using the format of “Filename.n” where n is the number of the segment starting with 1 (Filename.1, Filename.2, Filename.3, and so on) and placed into a new folder.  The output folder can be chosen for each file or the folder can be automatically named and placed into a folder called “TEXT File Snips ƒ” which is placed on the disk containing the system folder.  Select the “Preferences…” menu item to pick your favorite method.
  17.  
  18. This application requires System 7 or better.  Balloon help is supported so use it to get more information.  The entire file is read into memory when it is being snipped and it will complain if there is not enough memory to process the given file.
  19.  
  20. Search strings can be up to 64 characters long and case can be ignored when searching.  Snipping by character count allows from 1 to 1048576 characters (1 megabyte) to be specified.  Furthermore, the snip can be adjusted to occur at the start or the end of the (carriage return delimited) line containing the matching string or character count position.
  21.  
  22. An interesting setting to use is By Character Count, 1 character, with Precision set to End of Line.  This will snip a TEXT file into a series of files with each containing a single line of the original file.  Probably not very useful, but snipping large files in this way can really eat up hard disk space in a hurry.